home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / yaos101.zip / new.txt < prev    next >
Text File  |  1996-07-01  |  4KB  |  87 lines

  1. New in this release (v1.01)
  2. ---------------------------
  3. 1) By popular demand, when cycling through previous commands using the
  4.    up/down arrow keys, the cursor is now positioned at the end of the command
  5.    line instead of at the beginning.
  6.  
  7. 2) Alias for "exit" works now.
  8.  
  9. 3) When a change directory is performed and if there is no immediate match,
  10.    YAOS automatically invokes the quick directory changer.
  11.  
  12. New in release (v1.00)
  13. ----------------------
  14. 1) A vcd-like quick directory changer. The new command "ycd <directory>"
  15.    performs a quick change to the directory specified anywhere on the same
  16.    drive. When the command is first issued on any drive, a directory scan
  17.    is carried out and the results stored in a file named "YCD_DAT" in the
  18.    root directory of that drive. Subsequently, YCD_DAT will be used whenever
  19.    a ycd is called. If you make changes to the directory structure, you can
  20.    cause yaos to rescan by deleting the YCD_DAT file. Currently, ycd do not
  21.    support cross directory searches.
  22.    [Note: If you are on a networked drive and do not have write permissions,
  23.    using ycd will result in a directory scan every time. (I have not personally
  24.    tested ycd on a networked drive.)]
  25.  
  26. 2) Implemented CMD.EXE's F1 functionality. To search through previously used 
  27.    commands, just type in the first few characters and hit the F1 function-key
  28.    to cycle through matches. You can also use the Up/Down arrow keys to do
  29.    the same thing. As a result, command editing after a search no longer
  30.    begins at the end of the commandline.
  31.  
  32. 3) A command selected in a history popup window (using <Alt-h>) is not 
  33.    executed immediately. This allows you to edit the command before issuing it.
  34.  
  35. 4) Wrap-around now occurs in all popup windows.
  36.  
  37. New in release (v0.99)
  38. ----------------------
  39. 1) Bug fixes: "!.." works if ".." is in cmdline history.
  40.    (plus a few minor fixes)
  41.  
  42. 2) 'x' no longer exits yaos. Both 'exit' and Alt-x do. 
  43.  
  44. 3) Environment variable expansion works now. For example, you can do something
  45.    like this:   set path=%path%c:\mydir;
  46.  
  47. 4) No longer exits unnecessarily when Ctrl-C is pressed while executing a
  48.    command. In fact, yaos mask out SIGINT and SIGBREAK signals.
  49.  
  50. 5) Use of '&' to detach a process like in Unix.
  51.  
  52. 6) New command "kill <pid>" that destroys the process whose id is <pid> 
  53.    (<pid> can be specified in hexadecimal (e.g., 0x261) or 
  54.    decimal (e.g., 609). Make use of the OS/2 program "pstat /c" to find out
  55.    the pids of active processes.
  56.  
  57. New in release v0.98a
  58. ---------------------
  59. This release fixes a bug in v0.98 relating to writing aliases to files.
  60. It has no additional feature over v0.98.
  61.  
  62. New in release v0.98
  63. --------------------
  64. 1) The '-r <filename>' option is obsolete. In its place, a new option
  65.    '-s <filename>' is added. The file may contain both alias definitions
  66.    and environment variables settings.
  67.  
  68. 2) The command "alias -r <filename>" is now replaced by a more general
  69.    command called "source <filename>". The contents of <filename> may
  70.    contain both alias definitions and environment variables settings.
  71.  
  72. 3) Alias expansions will not be shown if the '-q' flag is used.
  73.  
  74. 4) Alias definition in a file requires the "alias" keyword. Previously, an
  75.    alias definition in a file looked like:
  76.            c=cls
  77.    Now, it must be specified as:
  78.            alias c=cls OR
  79.            alias c cls
  80.  
  81. 5) Verify on/off settings work now.
  82.  
  83. 6) Hitting the <Esc> key clears the command line.
  84.  
  85.  
  86.  
  87.